From 5d3c26ea637845f927cd955a06a72bc9e9fe7c2c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 15 Nov 2002 02:43:11 +0000 Subject: [PATCH] (set-buffer-file-coding-system): Undo prv chg. --- lisp/international/mule.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index e425d8b8bfd..ae78b440467 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1179,10 +1179,11 @@ don't want to mark the buffer modified, just set the variable (setq coding-system (merge-coding-systems coding-system buffer-file-coding-system))) (setq buffer-file-coding-system coding-system) - ;; This is in case of an explicit call. Normally, `normal-mode' and - ;; `set-buffer-major-mode-hook' take care of setting the table. - (if (fboundp 'ucs-set-table-for-input) ; don't lose when building - (ucs-set-table-for-input)) +;;; This causes problems in bootstrapping. +;;; ;; This is in case of an explicit call. Normally, `normal-mode' and +;;; ;; `set-buffer-major-mode-hook' take care of setting the table. +;;; (if (fboundp 'ucs-set-table-for-input) ; don't lose when building +;;; (ucs-set-table-for-input)) (set-buffer-modified-p t) (force-mode-line-update)) -- 2.30.2